.nav_top>div {
    display: flex;
    height: 100px;
    justify-content: space-between
}

.nav_top>div>.logo {
    padding-top: 27px;
    height: 100%
}

.nav_top>div>.logo img {
    width: 196px
}

.nav_top>div>.nav_out {
    display: flex;
    justify-content: center;
    height: 100%
}

.nav_top>div>.nav_out>li {
    width: 117px;
    background: #fff;
    position: relative;
    z-index: 111
}

.nav_top>div>.nav_out>li>a {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 17px;
    color: #333;
    text-align: center
}

.nav_top>div>.nav_out>li .out {
    position: absolute;
    top: 100px;
    width: 130px
}

.nav_top>div>.nav_out>li .out>.nav_inner {
    margin-top: 1px;
    width: 100%;
    background: #fff;
    border-radius: 17px;
    padding: 21px 0;
    left: 0px;
    margin-left: -6px;
    text-align: center;
}

.nav_top>div>.nav_out>li .out>.nav_inner li a {
    height: 44px;
    line-height: 44px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #777
}

.nav_top>div>.nav_out>li .out .nav_inner.hidden {
    display: none
}

.nav_top>div>.nav_out .flex {
    display: flex;
    flex-wrap: wrap
}

.nav_top>div>.nav_out .flex-item {
    margin-right: 30px
}

.nav_top>div>.nav_out .box {
    background-color: #ccc;
    width: 200px;
    height: 200px
}

.nav_top>div>.nav_out>li.active {
    box-shadow: inset 10px 0 2px -10px rgba(0, 115, 190, .16), inset -10px 0 2px -10px rgba(0, 115, 190, .16)
}

.nav_top>div>.nav_out>li.active>a {
    color: #0073be;
    font-weight: 600
}

.nav_top>div>.nav_out>li.active .nav_inner li.active a {
    color: #0073be
}

.nav_top>div>.nav_out>li:hover {
    box-shadow: inset 10px 0 2px -10px rgba(0, 115, 190, .16), inset -10px 0 2px -10px rgba(0, 115, 190, .16)
}

.nav_top>div>.nav_out>li:hover>a {
    color: #0073be;
    font-weight: 700;
    font-size: 19px
}

.nav_top>div>.nav_out .nav_inner li:hover a {
    color: #0073be !important
}

.nav_top>div>div.input {
    width: 197px;
    height: 33px;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 33px
}

.nav_top>div>div.input input {
    width: 154px;
    border: 0;
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    height: 31px;
    line-height: 31px
}

.nav_top>div>div.input button {
    width: 42px;
    border: 0;
    background-color: transparent;
    height: 33px;
    line-height: 38px
}

.nav_top>div>div.input button:hover svg {
    width: 17px;
    height: 17px
}

.nav_top>div>.phone_nav {
    display: none
}

.nav_top>div>.phone_nav div.img button.navbar-toggle {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 44px;
    height: 34px;
    border: 0;
    background: #fff
}

.nav_top>div>.phone_nav div.img button.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    margin: 5px auto;
    background-color: #000
}

.nav_top>div>.phone_nav div.content {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 101;
    right: 0;
    background: #fff;
    display: none;
    overflow-y: scroll
}

.nav_top>div>.phone_nav div.content .navbar-close svg {
    width: 20px
}

.nav_top>div>.phone_nav div.content>.nav_out_800 {
    width: 100vw
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 111
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li div.tell_nav {
    display: flex;
    width: 100%;
    padding: 15px 15px 15px 30px;
    font-size: 14px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    justify-content: space-between
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li div.tell_nav>a {
    font-size: 14px;
    color: #333;
    text-align: left
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li div.tell_nav span.down {
    display: block
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li div.tell_nav span.up {
    display: none
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li .out {
    width: 100%;
    padding-left: 15px
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li .out>.nav_inner {
    margin-top: 6px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 0 0 0 15px;
    left: 0
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li .out>.nav_inner li a {
    padding: 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li .out .nav_inner.hidden {
    display: none
}

.nav_top>div>.phone_nav div.content>.nav_out_800 .flex {
    display: flex;
    flex-wrap: wrap
}

.nav_top>div>.phone_nav div.content>.nav_out_800 .flex-item {
    margin-right: 30px
}

.nav_top>div>.phone_nav div.content>.nav_out_800 .box {
    background-color: #ccc;
    width: 200px;
    height: 200px
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li.active {
    box-shadow: inset 10px 0 2px -10px rgba(0, 115, 190, .16), inset -10px 0 2px -10px rgba(0, 115, 190, .16)
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li.active>a {
    color: #0073be;
    font-weight: 600
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li.active .nav_inner li.active a {
    color: #0073be
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li:hover {
    box-shadow: inset 10px 0 2px -10px rgba(0, 115, 190, .16), inset -10px 0 2px -10px rgba(0, 115, 190, .16)
}

.nav_top>div>.phone_nav div.content>.nav_out_800>li:hover>a {
    color: #0073be;
    font-weight: 600
}

.nav_top>div>.phone_nav div.content>.nav_out_800 .nav_inner li:hover a {
    color: #0073be !important
}

.nav_top>div>.phone_nav div.content>div.input {
    width: 100%;
    background: #fff;
    padding: 20px 33px;
    overflow: hidden
}

.nav_top>div>.phone_nav div.content>div.input form {
    width: 100%;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #b7b7b7;
    border-radius: 17px
}

.nav_top>div>.phone_nav div.content>div.input form input {
    width: calc(100% - 108px);
    border: 0;
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    height: 40px;
    line-height: 40px
}

.nav_top>div>.phone_nav div.content>div.input form button {
    width: 42px;
    border: 0;
    background-color: transparent;
    height: 33px;
    line-height: 40px
}

.nav_top>div>.phone_nav div.content>div.input form button:hover svg {
    width: 17px;
    height: 17px
}

.width_nav {
    width: 1200px;
    margin: 0 auto
}

@media screen and (max-width:1500px) {
    .width_nav {
        width: 100%;
        padding: 0 100px
    }
}

@media screen and (max-width:1400px) {
    .width_nav {
        width: 100%;
        padding: 0 40px
    }
}

@media screen and (max-width:1300px) {
    .nav_top>div>.nav_out>li {
        width: 100px;
        background: #fff;
        position: relative;
        z-index: 111
    }
}

@media screen and (max-width:1200px) {
    .width_nav {
        width: 100%;
        padding: 0 30px
    }

    .nav_top>div>.logo img {
        width: 150px
    }

    .nav_top>div>.nav_out>li {
        width: 90px;
        background: #fff;
        position: relative;
        z-index: 111
    }

    .nav_top>div>div.input {
        width: 150px;
        height: 33px;
        background: #fff;
        border: 1px solid #b7b7b7;
        border-radius: 17px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        margin-top: 33px
    }

    .nav_top>div>div.input input {
        width: 100px;
        border: 0;
        padding: 0 0 0 17px;
        font-size: 14px;
        font-weight: 400;
        color: #9a9a9a;
        height: 31px;
        line-height: 31px
    }
}

@media screen and (max-width:1023px) {
    .width_nav {
        width: 100%;
        padding: 0 10px
    }

    .phone_nav {
        display: block !important
    }

    .nav_top>div {
        display: flex;
        height: 66px;
        justify-content: space-between
    }

    .nav_top>div>.logo {
        padding-top: 10px;
        height: 100%
    }

    .nav_top>div>.logo img {
        width: 150px;
        height: auto;
        margin: 10px
    }
}

.footer {
    background-color: #404143
}

.footer div.top {
    display: flex;
    border-bottom: 1px solid #8c8c8c;
    padding: 20px 0 0
}

.footer div.top img {
    height: 50px;
    display: block
}

.footer div.top .text {
    padding-left: 80px;
    font-size: 18px;
    line-height: 78px;
    font-weight: 400;
    color: #fff
}

.footer div.center {
    padding-top: 20px
}

.footer div.center>.footer_out {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.footer div.center>.footer_out>li>a {
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px
}

.footer div.center>.footer_out>li .out>.footer_inner li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .7;
    line-height: 30px
}

.footer div.center>.footer_out>li.line {
    border-right: 1px dashed #696a6b
}

.footer div.center>.footer_out>li:hover>a {
    color: #0073be;
    font-weight: 600
}

.footer div.center>.footer_out .footer_inner li:hover a {
    color: #1b90dc !important
}

.footer div.center>.qrcode {
    display: flex;
    justify-content: flex-end;
    padding: 20px
}

.footer div.center>.qrcode>.out {
    margin: 0 0 0 20px;
    display: flex;
    justify-content: space-between
}

.footer div.center>.qrcode>.out span {
    padding-right: 5px;
    display: block;
    width: 19px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.footer div.center>.qrcode>.out div.img {
    padding: 5px;
    border: 1px solid #fff
}

.footer div.center>.qrcode>.out div.img img {
    width: 113px;
    height: 113px;
    display: block
}

.footer div.bottom {
    width: 100%;
    background: #282829;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    opacity: .8;
    padding: 10px
}

.onlineChat {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100
}

.onlineChat>ul>li {
    margin: 5px 0;
    position: relative
}

.onlineChat>ul>li a {
    display: block;
    line-height: 50px;
    padding: 10px 0 0 10px
}

.onlineChat>ul>li .img {
    height: 50px;
    width: 50px;
    background-color: #214565;
    line-height: 50px
}

.onlineChat>ul>li .img.hidden_out {
    background-color: rgba(33, 69, 101, .55)
}

.onlineChat>ul>li .out {
    position: absolute;
    right: 50px;
    top: 0;
    width: 150px;
    background: #fff;
    padding: 10px;
    text-align: center
}

.onlineChat>ul>li .out h5 {
    font-size: 15px;
    color: #000;
    padding-bottom: 5px
}

.onlineChat>ul>li .out p {
    font-size: 13px;
    color: #605f5f
}

.onlineChat>ul>li .out p img {
    width: 100%
}

.onlineChat>ul>li .out.hidden_out {
    display: none
}

@media screen and (max-width:1050px) {
    .footer div.center>.footer_out {
        padding: 0 15px
    }

    .footer div.top {
        display: flex;
        border-bottom: 1px solid #8c8c8c;
        padding: 20px 15px 0
    }

    .product .content .tab li {
        text-align: center
    }
}

@media screen and (max-width:700px) {
    .footer div.top {
        display: block;
        padding: 20px 15px;
        overflow: hidden
    }

    .footer div.top>a {
        width: 100%;
        display: block
    }

    .footer div.top img {
        height: auto;
        display: block;
        width: 150px
    }

    .footer div.top .text {
        padding-left: 0;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
        color: #fff;
        padding-top: 20px
    }

    .footer div.bottom {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        opacity: .8;
        height: auto;
        line-height: 18px;
        padding: 5px 15px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 35px
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    opacity: 1;
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
    background: 0 0;
    border-radius: 50%
}

@media screen and (max-width:800px) {

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px !important
    }

    .banner .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important
    }
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 51px;
    height: 50px;
    opacity: .9
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: ''
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/right.png);
    right: 167px;
    left: auto
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    background-image: url(../image/left.png);
    left: 167px;
    right: auto
}

.banner .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px)
}

.banner .swiper-slide img {
    width: 100%;
    height: auto
}

.banner .swiper-slide .position_banner {
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.banner .swiper-slide .position_banner .top .cls-1,
.banner .swiper-slide .position_banner .top .cls-2 {
    fill: #fff
}

.banner .swiper-slide .position_banner .top .cls-1 {
    fill-rule: evenodd
}

.banner .swiper-slide .position_banner .top .cls-2 {
    font-size: 36px;
    font-family: "Source Han Sans SC";
    text-transform: uppercase
}

.banner .swiper-slide .position_banner .center {
    margin: 63px auto 62px;
    padding: 17px 0;
    font-size: 36px;
    width: 875px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.banner .swiper-slide .position_banner .center span {
    padding: 0 48px;
    font-size: 20px;
    vertical-align: middle
}

.banner .swiper-slide .position_banner .bottom {
    width: 707px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding-bottom: 54px;
    margin: 0 auto
}

.product .content {
    display: flex;
    justify-content: space-between
}

.product .content .tab {
    width: 180px;
    height: 560px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
}

.product .content .tab li {
    width: 180px;
    height: 112px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 112px;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
    background-color: #fff
}

.product .content .tab li img {
    margin-right: 13px;
    width: 31px;
    height: 32px;
    vertical-align: middle
}

.product .content .tab li span {
    vertical-align: middle
}

.product .content .tab li:last-child {
    border-bottom: 1px solid transparent
}

.product .content .tab li:hover {
    background: #fff;
    box-shadow: 3px 0 7px 0 rgba(5, 121, 195, .1) inset;
    border-left: 3px solid #0579c3
}

.product .content .tab li.active {
    background: #fff;
    box-shadow: 3px 0 7px 0 rgba(5, 121, 195, .1) inset;
    border-left: 3px solid #0579c3
}

.product .content .right_content {
    position: relative
}

.product .content .right_content .inner_content {
    overflow: hidden;
    width: 850px;
    height: 570px
}

.product .content .right_content .inner_content .swiper-container {
    display: none
}

.product .content .right_content .inner_content .swiper_product_active {
    display: block
}

.product .content .right_content .inner_content .swiper-container-horizontal>.swiper-pagination-bullets,
.product .content .right_content .inner_content .swiper-pagination-custom,
.product .content .right_content .inner_content .swiper-pagination-fraction {
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    height: 50px;
    display: flex;
    z-index: 1;
    background: #fff;
    justify-content: center
}

.product .content .right_content .inner_content .my-bullet {
    height: 50px;
    flex: 1;
    line-height: 50px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product .content .right_content .inner_content .my-bullet-active {
    background: linear-gradient(0deg, #079fe9 0, #079fe9 100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #fff
}

.product .content .right_content .inner_content .swiper-button-next:after,
.product .content .right_content .inner_content .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.product .content .right_content .inner_content .my-pagination-hidden {
    display: none
}

.product .content .right_content .inner_content .swiper-button-next,
.product .content .right_content .inner_content .swiper-button-prev {
    position: absolute;
    bottom: 1px;
    width: calc(50% - 39px);
    height: 33px;
    margin-top: 0;
    top: auto;
    z-index: 10;
    cursor: pointer;
    line-height: 112px;
    align-items: center;
    justify-content: center;
    border: 0 solid #f0f0f0;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.product .content .right_content .inner_content .swiper-button-next,
.product .content .right_content .inner_content .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto
}

.product .content .right_content .inner_content .swiper-button-prev:hover {
    box-shadow: 0 0 10px 0 rgba(35, 26, 2, .16)
}

.product .content .right_content .inner_content .swiper-button-prev:hover path {
    fill: #079fe9
}

.product .content .right_content .inner_content .swiper-button-next:hover {
    box-shadow: 0 0 10px 0 rgba(35, 26, 2, .16)
}

.product .content .right_content .inner_content .swiper-button-next:hover path {
    fill: #079fe9
}

.product .content .right_content .inner_content .swiper-button-prev,
.product .content .right_content .inner_content .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto
}

.product .content .right_content .inner_content .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    height: 560px;
    padding: 20px 0
}

.product .content .right_content .inner_content .swiper-slide .contents {
    width: 850px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 483px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0 150px;
    box-shadow: inset 5px 0 10px -5px rgba(0, 0, 0, .06)
}

.product .content .right_content .inner_content .swiper-slide .contents .img {
    width: calc(850px / 2 - 80px);
    height: 100%;
    position: relative
}

.product .content .right_content .inner_content .swiper-slide .contents .img img {
    width: calc(850px / 2 - 80px);
    height: calc((850px / 2 - 80px)/ 3 * 2);
    position: absolute;
    bottom: 0
}

.product .content .right_content .inner_content .swiper-slide .contents .text {
    width: calc(50% - 100px);
    position: relative;
    flex-direction: column
}

.product .content .right_content .inner_content .swiper-slide .contents .text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #434343;
    line-height: 26px;
    padding: 0 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product .content .right_content .inner_content .swiper-slide .contents .text p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

.product .content .right_content div.tiaozahun {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100
}

.product .content .right_content .inner_content .swiper-slide .contents .text div.bottom {
    text-align: right;
    position: absolute;
    bottom: -80px;
    right: 0
}

.product .content .right_content .inner_content .swiper-slide .contents .text div.bottom .cls-1 {
    opacity: .8;
    fill: #39b3ed
}

.product .content .right_content .inner_content .swiper-slide .contents .text div.bottom .cls-2 {
    font-size: 14px;
    fill: #fff;
    font-family: "Source Han Sans SC";
    text-transform: uppercase
}

.right_content .text .cls-1 {
    opacity: .8;
    fill: #39b3ed
}

.right_content .text .cls-2 {
    font-size: 14px;
    fill: #fff;
    font-family: "Source Han Sans SC";
    text-transform: uppercase
}

.next .cls-1,
.next .cls-2 {
    fill: none !important;
    stroke: #fff
}

.next .cls-1 {
    stroke-width: 2px
}

.next .cls-2 {
    stroke-width: 1px;
    fill-rule: evenodd
}

.industry {
    background-color: #fff;
    margin: 60px 0 0;
    padding-bottom: 90px
}

.industry .content>ul {
    display: flex;
    justify-content: space-between
}

.industry .content>ul>li {
    width: calc(20% - 12px);
    opacity: .9;
    border-radius: 6px 0 0 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 115, 190, .1)
}

.industry .content>ul>li .img {
    width: calc(1050px / 5 - 12px);
    height: calc((1050px / 5 - 12px)/ 3 * 2);
    margin: auto;
}

.industry .content>ul>li .img a img {
    margin: 0 auto;
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 1s;
    height: 100%
}

.industry .content>ul>li .bottom {
    padding: 17px 27px 0;
    text-align: center;
    width: 100%;
    height: 172px;
    background: #fff;
    position: relative
}

.industry .content>ul>li .bottom h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    display: block
}

.industry .content>ul>li .bottom p a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    opacity: .9;
    line-height: 22px;
    margin: 15px 0 0 0
}

.industry .content>ul>li .bottom .button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(calc(-50% + 10px))
}

.industry .content>ul>li .bottom .button a {
    display: block
}

.industry .content>ul>li .bottom .button a .cls-1,
.industry .content>ul>li .bottom .button a .cls-2 {
    fill-rule: evenodd
}

.industry .content>ul>li .bottom .button a .cls-2 {
    fill: #53ae46
}

.industry .content>ul li:hover .img a img {
    transform: scale(1.2)
}

.industry .content>ul li:hover .bottom {
    background: #08a0e9;
    box-shadow: 0 0 20px 0 rgba(0, 115, 190, .3)
}

.industry .content>ul li:hover .bottom h3 a {
    color: #fff
}

.industry .content>ul li:hover .bottom p a {
    color: #fff
}

.industry .content>ul li:hover .bottom .button .cls-1 {
    fill: #fff
}

.industry .content>ul li:hover .bottom .button .cls-2 {
    fill: #51ec48
}

.news {
    padding-bottom: 90px
}

.news>.content {
    display: flex;
    justify-content: space-between
}

.news>.content>.left {
    width: calc(100% / 3 - 10px)
}

.news>.content>.left a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

.news>.content>.left a .img {
    width: 100%;
    opacity: .9;
    overflow: hidden;
    padding: 15px
}

.news>.content>.left a .img img {
    width: 100%;
    height: auto
}

.news>.content>.left a .bottom {
    padding: 25px
}

.news>.content>.left a .bottom h3 {
    font-size: 20px;
    color: #444;
    line-height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news>.content>.left a .bottom div {
    padding: 10px 0 20px
}

.news>.content>.left a .bottom div span {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    vertical-align: middle;
    opacity: .7;
    margin-right: 10px
}

.news>.content>.left a .bottom div span svg {
    display: none;
    vertical-align: middle;
    width: 12px;
    height: 11px
}

.news>.content>.left a .bottom div span .cls-1 {
    opacity: .8
}

.news>.content>.left a .bottom p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px
}

.news>.content>.right {
    width: calc(100% / 3 * 2 - 20px);
    background-color: #fff
}

.news>.content>.right ul li {
    width: 100%;
    height: 161px;
    padding: 0 15px;
    background-color: #fff
}

.news>.content>.right ul li div.inner {
    height: 100%;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    padding: 20px 25px 0 25px
}

.news>.content>.right ul li div.inner .img {
    padding: 45px 60px 0 0
}

.news>.content>.right ul li div.inner .img .cls-1 {
    font-size: 12.823px;
    fill: #999
}

.news>.content>.right ul li div.inner .img .cls-1,
.news>.content>.right ul li div.inner .img .cls-3 {
    font-family: "Source Han Sans SC";
    text-transform: uppercase
}

.news>.content>.right ul li div.inner .img .cls-2 {
    fill: #53ae46;
    fill-rule: evenodd;
    opacity: .2
}

.news>.content>.right ul li div.inner .img .cls-3 {
    font-size: 28px;
    fill: #666
}

.news>.content>.right ul li div.inner .bottom {
    overflow: hidden
}

.news>.content>.right ul li div.inner .bottom a h3 {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 65px
}

.news>.content>.right ul li div.inner .bottom a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 26px
}

.news>.content>.right ul li:last-child div.inner {
    border-bottom: 0
}

.news>.content>.right ul li:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.null {
    display: flex;
    justify-content: space-between;
    width: 850px;
    height: 560px;
    flex-direction: column
}

.null .top {
    height: 33px;
    background-color: #fff
}

.null .bottom {
    margin-top: 50px;
    height: 100%;
    background-color: #fff
}

@media screen and (max-width:1500px) {
    .industry .content>ul>li .img {
        width: calc(1200px / 5 - 12px);
        height: calc((1200px / 5 - 12px)/ 3 * 2);
    }

    .industry .content>ul>li .img a img {
        margin: 0 auto;
        display: block
    }

    .industry .content>ul>li .bottom h3 a {
        font-size: 16px;
        font-weight: 500;
        color: #444;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .industry .content>ul>li .bottom p a {
        font-size: 13px
    }

    .industry .content>ul>li {
        width: calc(20% - 12px);
        height: auto;
        opacity: .9;
        border-radius: 6px 0 0 0;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 115, 190, .1)
    }
}

@media screen and (max-width:1050px) {
    .product .content .right_content .inner_content {
        overflow: hidden;
        width: 800px;
        height: 570px
    }

    .industry .content>ul>li {
        width: calc(20% - 30px);
        margin: 0 15px;
        float: left;
        height: auto;
        opacity: .9;
        border-radius: 6px 0 0 0;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 115, 190, .1)
    }

    .industry .content>ul>li .img {
        width: calc(100vw / 5 - 30px);
        height: calc((100vw / 5 - 30px)/ 3 * 2)
    }

    .industry .content>ul>li .bottom {
        padding: 17px 27px 0;
        text-align: center;
        width: 100%;
        height: 160px;
        background: #fff
    }

    .news>.content>.left {
        width: calc(100% / 5 * 2 - 10px)
    }

    .news>.content>.left a .bottom {
        padding: 15px
    }

    .news>.content>.right {
        width: calc(100% / 5 * 3 - 20px);
        background-color: #fff
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text div.bottom {
        text-align: right;
        position: absolute;
        bottom: 25px;
        right: 45px
    }
}

@media screen and (max-width:1023px) {
    .news>.content {
        display: block;
        justify-content: space-between
    }

    .product .content {
        display: block;
        justify-content: space-between
    }

    .product .content {
        display: block;
        justify-content: space-between
    }

    .product .content .tab a {
        flex: 1;
        display: block
    }

    .product .content>.tab {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden
    }

    .product .content .tab li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        border: 0;
        float: left
    }

    .product .content .right_content .inner_content .swiper-slide {
        height: 380px
    }

    .product .content .right_content {
        width: 100%
    }

    .product .content .right_content .inner_content {
        width: 100vw
    }

    .product .content .right_content .inner_content .my-bullet {
        height: 60px;
        line-height: 60px;
        width: auto;
        flex: 1;
        display: none
    }

    .product .content .right_content .inner_content .swiper-slide .contents {
        padding-top: 50px;
        height: 369px;
        padding-bottom: 15px;
        width: 100vw;
        padding: 50px 0 100px
    }

    .product .content .right_content .inner_content .swiper-container-horizontal>.swiper-pagination-bullets,
    .product .content .right_content .inner_content .swiper-pagination-custom,
    .product .content .right_content .inner_content .swiper-pagination-fraction {
        display: none
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text {
        width: calc(50vw - 30px)
    }

    .product .content .right_content .inner_content .swiper-slide .contents .img {
        width: calc(50vw - 30px);
        height: calc((50vw - 30px)/ 3 * 2)
    }

    .product .content .right_content .inner_content {
        height: auto
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text div.bottom {
        bottom: -42px;
        right: 0
    }

    .product .content .right_content div.tiaozahun {
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100
    }

    .industry {
        background-color: #fff;
        margin: 30px 0 0;
        padding-bottom: 30px
    }

    .industry .content>ul {
        display: block;
        justify-content: space-between;
        overflow: hidden
    }

    .industry .content>ul>li {
        width: calc(50% - 30px);
        margin: 15px;
        float: left;
        height: auto;
        opacity: .9;
        border-radius: 6px 0 0 0;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 115, 190, .1)
    }

    .industry .content>ul>li .img {
        width: calc(50vw - 30px);
        height: calc((50vw - 30px)/ 3 * 2)
    }

    .news>.content>.left a .bottom p {
        -webkit-line-clamp: 2
    }

    .news>.content>.left {
        width: 100%
    }

    .news>.content>.right {
        width: 100%
    }

    .product .content .right_content .inner_content .swiper-slide .contents .img img {
        width: calc(50vw - 30px);
        height: calc((50vw - 30px)/ 3 * 2);
        position: absolute;
        bottom: 0
    }
}

@media screen and (max-width:700px) {
    .industry .content>ul>li .bottom h3 a {
        font-size: 18px
    }

    .product .content .tab li.active {
        background: #fff;
        box-shadow: 0 3px 7px 0 rgba(5, 121, 195, .1) inset;
        border-left: 3px solid #0579c3
    }

    .product .content .tab li img {
        height: 21px;
        width: 20px
    }

    .product .content .right_content .inner_content .swiper-container-horizontal>.swiper-pagination-bullets,
    .product .content .right_content .inner_content .swiper-pagination-custom,
    .product .content .right_content .inner_content .swiper-pagination-fraction {
        padding: 0 30px;
        display: none;
        width: 100vw !important
    }

    .product .content .right_content .inner_content .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        height: 473px;
        padding: 20px 0
    }

    .product .content .right_content .inner_content .swiper-slide .contents {
        display: block;
        padding: 20px 15px 80px;
        height: 100%
    }

    .product .content .right_content .inner_content .swiper-slide .contents .img {
        width: calc(100vw - 30px);
        height: calc((100vw - 30px)/ 3 * 2);
        max-width: 351px;
        max-height: 234px
    }

    .product .content .right_content .inner_content .swiper-slide .contents .img img {
        width: calc(100vw - 30px);
        height: calc((100vw - 30px)/ 3 * 2);
        max-width: 351px;
        max-height: 234px
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text {
        width: 100%;
        height: auto
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text div.bottom {
        bottom: -50px;
        right: 15px
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text h4 {
        font-size: 18px;
        font-weight: 500;
        color: #434343;
        line-height: 26px;
        padding: 10px 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product .content .right_content .inner_content .swiper-slide .contents .text p {
        -webkit-line-clamp: 3
    }

    .industry .content>ul>li {
        width: calc(100% - 30px)
    }

    .product .content .right_content div.tiaozahun {
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100
    }

    .industry .content>ul>li .img {
        width: calc(100vw - 30px);
        height: calc((100vw - 30px)/ 3 * 2)
    }

    .industry {
        padding-bottom: 0
    }

    .news>.content>.left a .bottom h3 {
        font-size: 17px;
        line-height: 17px
    }

    .news>.content>.right ul li div.inner .img {
        padding: 10px 10px 0 0
    }

    .news>.content>.right ul li div.inner .img svg {
        width: 60px
    }

    .news>.content>.right ul li div.inner {
        height: 100%;
        border-bottom: 1px solid #eaeaea;
        display: flex;
        justify-content: space-between;
        padding: 0;
        width: 100%
    }

    .news>.content>.right ul li div.inner .bottom {
        width: calc(100%);
        overflow: hidden
    }

    .news {
        padding-bottom: 0
    }

    .news>.content>.right ul li {
        width: 100%;
        height: 120px;
        padding: 0 15px;
        background-color: #fff
    }

    .news>.content>.right ul li div.inner .bottom a h3 {
        font-size: 17px;
        font-weight: 500;
        color: #444;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px
    }

    .news>.content>.right ul li div.inner .bottom a p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        line-height: 20px
    }
}

.swiper-button-prev-diy {
    background-image: url(/images/banner/right.png) !important;
    left: 68px !important;
    margin-top: -15px !important;
    background-size: 40px 40px !important;
    width: 40px !important;
    height: 40px !important
}

.swiper-button-prev-diy:hover {
    background-image: url(/images/banner/right_hover.png) !important
}

.swiper-button-next-diy {
    background-image: url(/images/banner/left.png) !important;
    right: 68px !important;
    margin-top: -15px !important;
    background-size: 40px 40px !important;
    width: 40px !important;
    height: 40px !important
}

.swiper-button-next-diy:hover {
    background-image: url(/images/banner/left_hover.png) !important
}

@media (max-width:800px) {
    .swiper-button-next-diy {
        right: 20px !important
    }

    .swiper-button-prev-diy {
        left: 20px !important
    }
}